Remove trailing dot from error message
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 14:04:11 +0000 (15:04 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 14:27:36 +0000 (15:27 +0100)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
cfg.mk
src/ostree/ot-editor.c

diff --git a/cfg.mk b/cfg.mk
index 930f3cc7658cb82352081ec095d266e454b503e8..e4458acd7d3319fdca332ed0c1912d9f2ca4a96a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -20,7 +20,6 @@ local-checks-to-skip = \
     \
     sc_program_name \
     sc_bindtextdomain   \
-    sc_error_message_period \
     sc_m4_quote_check \
     sc_prohibit_assert_without_use \
     sc_prohibit_dirent_without_use \
index 608c58b69ebbca68c4a958291cb192c9290bc00b..4a7a90b1e399607fa226039ffeea762ed9a2c858 100644 (file)
@@ -102,7 +102,7 @@ ot_editor_prompt (OstreeRepo *repo,
 
   if (!gs_subprocess_wait_sync_check (proc, cancellable, error))
     {
-      g_prefix_error (error, "There was a problem with the editor '%s'.", editor);
+      g_prefix_error (error, "There was a problem with the editor '%s'", editor);
       goto out;
     }